Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Debian 12 support #492

Closed
wants to merge 2 commits into from
Closed

Conversation

bastelfreak
Copy link
Member

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@bastelfreak bastelfreak added the enhancement New feature or request label Oct 30, 2023
@bastelfreak bastelfreak self-assigned this Oct 30, 2023
@ekohl
Copy link
Member

ekohl commented Nov 16, 2023

Fails because there is no bolt package available. Technically no Puppet package is even available and the distro doesn't package it. I'd be in favor of skipping bolt.

@ekohl
Copy link
Member

ekohl commented Feb 16, 2024

Should we generalize the bolt exception here:

unless fact_on(host, 'os.family') == 'RedHat' && fact_on(host, 'os.release.major').to_i >= 9
# puppet-bolt rpm for CentOS 9 is not yet available
# https://tickets.puppetlabs.com/browse/MODULES-11275
host.install_package('puppet-bolt')
end

@traylenator
Copy link
Contributor

Obsoleted by #520

@evgeni
Copy link
Member

evgeni commented May 8, 2024

520 merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants